home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This batch file saves Chameleon Clock settings (except alarms)
- echo from the registry to file ChamSettings.reg in current directory.
- echo.
- echo Alarms are stored in alarms.lst file in Chameleon Clock directory.
- echo.
- echo.
- regedit /e ChamSettings.reg "HKEY_CURRENT_USER\Software\HomeAlarm"
- echo Settings successfully saved !
- echo To restore they run batch file RestoreSettings.bat
- echo Press any key to exit.
- pause > NUL
-